Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
W
- wrap(WrapperInputDetails) - Method in class com.seclore.fs.ws.client.WSClient
-
This method wrap (convert) protected file into HTML file and return absolute file location of wrapped file.
- WSClient - Class in com.seclore.fs.ws.client
-
This class provides methods to deal with the file operations like
protecting a file unprotecting a file validating that the file is protected get the protected file header generate the file details for protect Before any of the method is called, the Client must be initialized by calling the initialize method, else the Client not initialize error will be thrown. - WSClientConfig - Class in com.seclore.fs.ws.client.config
-
This class takes configuration for WSClient
- WSClientConfig(IResourceManager, String) - Constructor for class com.seclore.fs.ws.client.config.WSClientConfig
- WSClientDateUtil - Class in com.seclore.fs.ws.client.util
-
This class provides the methods to work with the File secure date format.
The File Secure date format is
"YYYY:MM:DD:HH:mm:SS"
YYYY - The Year as numeric value.
MM - The Month as numeric value.
DD - The Day of the month as numeric value.
HH - The Hour of the day as numeric value in 24 hour format.
mm - The Minute as numeric value.
SS - The Second as numeric value. - WSClientDateUtil() - Constructor for class com.seclore.fs.ws.client.util.WSClientDateUtil
- WSClientException - Exception in com.seclore.fs.ws.client.exception
-
This class represents the exception thrown by the WSClient library.
- WSClientException(int) - Constructor for exception com.seclore.fs.ws.client.exception.WSClientException
-
Constructor for creating exception with error code.
- WSClientException(int, Object[]) - Constructor for exception com.seclore.fs.ws.client.exception.WSClientException
-
Constructor for creating exception with error code and parameter required by corresponding error message.
- WSClientException(int, Object[], Throwable) - Constructor for exception com.seclore.fs.ws.client.exception.WSClientException
-
Constructor for creating exception with error code, parameter required by corresponding error message and the actual error.
- WSClientException(int, String) - Constructor for exception com.seclore.fs.ws.client.exception.WSClientException
-
Constructor for creating exception with error code and given message
- WSClientException(int, String, Throwable) - Constructor for exception com.seclore.fs.ws.client.exception.WSClientException
-
Constructor for creating exception with error code, given message and the actual error.
- WSClientLibrary - Class in com.seclore.fs.ws.client
-
This class provides methods to deal logger initialization Before any of the method is called, the Client must be initialized by calling the initialize method, else the Client not initialize error will be thrown.
- WSClientLibrary() - Constructor for class com.seclore.fs.ws.client.WSClientLibrary
- WSRedirectURL - Class in com.seclore.fs.ws.client.redirect
-
This is a helper class for generating the redirect URL of the Policy Server.
- WSRedirectURL(String, String) - Constructor for class com.seclore.fs.ws.client.redirect.WSRedirectURL
-
This constructor stores the base URL and the Session id in the member variables, that will be used while creating the redirect URLs.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form